home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 51327 / 51327.xpi / chrome / skin / overlay.css < prev    next >
Cascading Style Sheet File  |  2009-11-24  |  1KB  |  50 lines

  1. #wdtb-button-1,
  2. #wrapper-wdtb-button-1
  3.   {list-style-image: url("chrome://wdtb/skin/wdtb-1.png");}
  4.  
  5. /* common style for all custom buttons */
  6. .wdtbbutton                  
  7.   {-moz-image-region: rect( 0px 24px 24px  0px);}
  8.  
  9. .wdtbbutton:hover     
  10.   {-moz-image-region: rect(24px 24px 48px  0px);}
  11.  
  12. [iconsize="small"] .wdtbbutton
  13.   {-moz-image-region: rect( 0px 40px 16px 24px);}
  14.  
  15. [iconsize="small"] .wdtbbutton:hover
  16.   {-moz-image-region: rect(24px 40px 40px 24px);}
  17.  
  18. .wdtbitem, .wdtbsub{
  19.     height:20px;
  20.     -moz-appearance: none;
  21.     vertical-align:middle;
  22.     background-position: 3px 2px;
  23.     background-repeat:no-repeat;
  24.     padding-left:5px;
  25. }
  26.  
  27. #lpm{
  28.     background-image: url("chrome://wdtb/skin/listpages.png");
  29. }
  30.  
  31. #community{
  32.     background-image: url("chrome://wdtb/skin/community.gif");
  33. }
  34.  
  35. #wdtbaccount{
  36.     background-image: url("chrome://wdtb/skin/account.png");
  37. }
  38.  
  39. #wdtbhelp{
  40.     background-image: url("chrome://wdtb/skin/help.png");
  41. }
  42.  
  43. #wikidot{
  44.     background-image: url("chrome://wdtb/skin/wikidot.gif");
  45. }
  46.  
  47. #wdtbaccountsummary, #wdtbprivatemessages, #wdtbcontacts, #wdtbnotifications, #wdtbwatching, #wdtbsyntax, #wdtbmodules, 
  48. #wdtbembedding, #wdtbtemplates, #wdtbsitestructure, #wdtbusers, #wdtblayoutref{
  49.     background-image: url("chrome://wdtb/skin/dot.png");
  50. }